'Declaration <TemplatePartAttribute(Name="PART_TextBox", Type=System.Windows.Controls.TextBox)> <StyleTypedPropertyAttribute(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)> <XmlLangPropertyAttribute("Language")> <UsableDuringInitializationAttribute(True)> <RuntimeNamePropertyAttribute("Name")> <UidPropertyAttribute("Uid")> <TypeDescriptionProviderAttribute(MS.Internal.ComponentModel.DependencyObjectProvider)> <NameScopePropertyAttribute("NameScope", System.Windows.NameScope)> Public MustInherit Class CommonNumericUpDown(Of T As {New, IFormattable, IComparable(Of T), Struct}) Inherits Xceed.Wpf.Toolkit.NumericUpDown(Of Nullable(Of T)) Implements Xceed.Wpf.Toolkit.Core.Input.IValidateInput
'Usage Dim instance As CommonNumericUpDown(Of T)
[TemplatePart(Name="PART_TextBox", Type=System.Windows.Controls.TextBox)] [StyleTypedProperty(Property="FocusVisualStyle", StyleTargetType=System.Windows.Controls.Control)] [XmlLangProperty("Language")] [UsableDuringInitialization(true)] [RuntimeNameProperty("Name")] [UidProperty("Uid")] [TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)] [NameScopeProperty("NameScope", System.Windows.NameScope)] public abstract class CommonNumericUpDown<T> : Xceed.Wpf.Toolkit.NumericUpDown<Nullable<T>>, Xceed.Wpf.Toolkit.Core.Input.IValidateInput where T: new(), IFormattable, IComparable<T>, struct